The simd optimized html escape code
extern crate v_htmlescape; use v_htmlescape::escape; print!("{}", escape("foo<bar"));